home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_41109.txt < prev    next >
Text File  |  1989-09-06  |  3KB  |  127 lines

  1. -- card: 41109 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   set visible of msg to false
  9. end closeCard
  10.  
  11.  
  12. -- part 4 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=255 top=291 right=314 bottom=282
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual effect wipe up
  27.   go to card id 42102
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 22 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=446 top=195 right=214 bottom=469
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: 
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   setcrossReference
  48.   go to card id 9411
  49. end mouseUp
  50.  
  51.  
  52.  
  53.  
  54. -- part 24 (button)
  55. -- low flags: 00
  56. -- high flags: 8003
  57. -- rect: left=51 top=200 right=222 bottom=136
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Prev Card
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect scroll right
  69.   go to previous card
  70. end mouseUp
  71.  
  72.  
  73.  
  74.  
  75. -- part 25 (button)
  76. -- low flags: 00
  77. -- high flags: 8003
  78. -- rect: left=51 top=249 right=271 bottom=136
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Say Hello
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   global userName  --the name in card field "User Name" on last
  90.   --card in Home stack.  Checked at startup.
  91.   put "Hello " & userName into msg
  92. end mouseUp
  93.  
  94.  
  95.  
  96.  
  97. -- part contents for background part 1
  98. ----- text -----
  99. Scripts contain commands that HyperCard understands and carries out.  You can do a lot with just three commands:
  100. Specifies a fancy visual transition that happens with the next Go command.
  101.  
  102. Goes to a card using the specified visual effect.  
  103. (HyperCard generates this when you click LinkTo.)*
  104.  
  105. Moves something‚Äîtext, numbers, or a date, for example‚Äîfrom one place to another.  You might put a field's contents in the Message box or into another field.
  106.  
  107.  
  108. -- part contents for background part 44
  109. ----- text -----
  110. Basic commands
  111.  
  112. visual effect
  113.  
  114.  
  115. go
  116.  
  117.  
  118. put
  119.  
  120.  
  121. -- part contents for background part 43
  122. ----- text -----
  123. 267,189
  124.  
  125. -- part contents for background part 2
  126. ----- text -----
  127. Introduction to HyperTalk (cont.)